OpenBuildings GenerativeComponents Help

Overloading

Overloading is common in the Geometry library. Overloading of methods permits the declaration of multiple methods with the same name.

	ProductOf(ref DTransform3d Transform, ref DPoint3d
Point)
	ProductOf(ref DTransform3d Transform, double Ax, double
Ay, double Az)